crypto/cipher.ofb.b (field)

5 uses

	crypto/cipher (current package)
		ofb.go#L16: 	b       Block
		ofb.go#L45: 		b:       b,
		ofb.go#L56: 	bs := x.b.BlockSize()
		ofb.go#L64: 		x.b.Encrypt(x.cipher, x.cipher)
		ofb.go#L80: 		if x.outUsed >= len(x.out)-x.b.BlockSize() {